home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / toc.dir / 00276.ls < prev    next >
Encoding:
Text File  |  1997-01-16  |  310 b   |  13 lines

  1. on exitFrame
  2.   global IQcursor
  3.   unLoad(member 19)
  4.   unLoad(member 6)
  5.   puppetSprite(19, 0)
  6.   puppetSprite(6, 0)
  7.   sound stop 1
  8.   repeat with i = 8 to 38
  9.     set the cursor of sprite i to IQcursor
  10.   end repeat
  11.   preloadMember("BB_DOWN.PICT", "DM2_DOWN.PICT", "FS_DOWN.PICT", "GG_DOWN.PICT", "bongo11.aif")
  12. end
  13.